home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / mac / ASIAWIN / SHARED.DIR / 00174_Script_174 < prev    next >
Text File  |  1995-08-23  |  160b  |  10 lines

  1. on mouseUp
  2.   global g_num_pics
  3.   
  4.   mouseClick
  5.   if the frame=label("MAIN") then
  6.     go to label("MAINEND")
  7.   else 
  8.     go to the frame -1
  9.   end if
  10. end